Reads a specified number of bytes from the LeadStream object and writes the data into the specified buffer.
public uint Read(
byte[] buffer,
int bufferIndex,
uint count
)
Public Overloads Function Read( _
ByVal buffer() As Byte, _
ByVal bufferIndex As Integer, _
ByVal count As UInteger _
) As UInteger
public uint Read(
byte[] buffer,
int bufferIndex,
uint count
)
function Leadtools.LeadStream.Read(Byte[],Int32,UInt32)(
buffer ,
bufferIndex ,
count
)
public:
uint Read(
array<byte>^ buffer,
int bufferIndex,
uint count
)
buffer
The buffer to write the data into.
bufferIndex
Index into buffer where reading begins.
count
The maximum number of bytes to read.
The total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached
Use the CanRead property to determine whether the current instance supports reading.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET